projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
376c8c4
)
mm-decode.el (mm-shr): Bind shr-blocked-images to suppress compile warning.
author
Katsumi Yamaoka
<yamaoka@jpl.org>
Thu, 14 Oct 2010 01:17:30 +0000
(
01:17
+0000)
committer
Katsumi Yamaoka
<yamaoka@jpl.org>
Thu, 14 Oct 2010 01:17:30 +0000
(
01:17
+0000)
lisp/gnus/mm-decode.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/mm-decode.el
b/lisp/gnus/mm-decode.el
index ba29a64d9defe632ca465ce742aba1b86f84c52b..d35319e151bcc7e9ac007dd3e992c43ca8c24afb 100644
(file)
--- a/
lisp/gnus/mm-decode.el
+++ b/
lisp/gnus/mm-decode.el
@@
-1686,6
+1686,7
@@
If RECURSIVE, search recursively."
(declare-function libxml-parse-html-region "xml.c"
(start end &optional base-url))
(declare-function shr-insert-document "shr" (dom))
+(defvar shr-blocked-images)
(defun mm-shr (handle)
;; Require since we bind its variables.